home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14183 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.wesleyan.edu!usenet
  2. From: Jacob Hendrickson <jhendrickson@mail.wesleyan.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Question on Think C, Mac Toolbox
  5. Date: Thu, 11 Apr 1996 22:18:19 -0400
  6. Organization: Wesleyan University
  7. Message-ID: <316DBD6A.3E96@mail.wesleyan.edu>
  8. NNTP-Posting-Host: ppp5.subnet253.wesleyan.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01 (Macintosh; I; PPC)
  13.  
  14. I'm just getting started coding C on the Mac.
  15. I'm trying to get into the graphics possible using QuickDraw GX and 
  16. the rest of the Macintosh toolbox.
  17. However, I'm working on an old version of Think C (5.0.4), and I don't 
  18. have all the necessary files and libraries. The one key library file 
  19. I'm missing is MacTraps, which, as I understand, contains all the 
  20. functions necessary to access the Toolbox.
  21.  
  22. I downloaded the oldest update I could find from Symantec's ftp site, 
  23. which was a patch from 6.0 to 6.0.1, and all the libraries, etc. I got 
  24. a copy of the MacTraps file in the MacLibraries folder, but it won't 
  25. compile with my version of Think C. The error message I get is:
  26.  
  27.             <unknown error. ID = -192>
  28.  
  29. If anyone knows how I can obtain the old (5.0) MacTraps file, I would 
  30. be forever indebted.
  31.  
  32. I close to spending the money on a new programming package,
  33. I'm looking at Think C 7.0 (49.95), Think C 8.4 (229.95), CodeWarrior
  34. (99.95), any tips, opinions, experiences would be much appreciated.
  35.